Skip to content

Remove reportUnmatchedIgnoredErrors from PHPStan config#71

Merged
sylfabre merged 1 commit intomainfrom
fix/remove-report-unmatched-ignored-errors
Feb 18, 2026
Merged

Remove reportUnmatchedIgnoredErrors from PHPStan config#71
sylfabre merged 1 commit intomainfrom
fix/remove-report-unmatched-ignored-errors

Conversation

@sylfabre
Copy link
Contributor

Summary

  • Removed the reportUnmatchedIgnoredErrors: false option from phpstan.neon.dist
  • The default value (true) is now used, which ensures unmatched ignored error patterns are reported — keeping the baseline clean

Test plan

  • PHPStan passes with no errors
  • PHPUnit passes (230 tests, 354 assertions)

🤖 Generated with Claude Code

The default value (true) is correct for this project since all ignored
error patterns in the baseline are still matched.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link

@sylfabre sylfabre merged commit 32a3cbb into main Feb 18, 2026
4 of 6 checks passed
@sylfabre sylfabre deleted the fix/remove-report-unmatched-ignored-errors branch February 18, 2026 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant